/* signgle css */
body{
    /*background: url("https://tpl-cf02cef-pic46.websiteonline.cn/upload/contentbg2.jpg")  100px -150px !important;*/
    overflow-x: hidden;
}

.cate{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 1200px;
    margin:0px auto;
    margin-top:13px;
    border-radius: 15px;
    /* padding: 20px; */
    /* box-shadow: 1px 2px 7px 3px #ccc; */
}

.cate .cate-list{
    padding: 8px;
    
    /* margin-left: 7px; */
}

.cate .cate-list a{
    padding: 8px;
    border-radius: 8px;
    /* margin-left: 8px; */
}
.actived{
    background: #47cdff;
    color:#fff !important;
}
.cate .cate-list a:hover{
    background: #47cdff;
    color:#fff
}

.news-list{
    height: 60px;
    margin-top: 25px;
}

.date{
    width: 60px;
    background: #47cdff;
    float: left;
    text-align: center;
    color: #fff;
}
.date .month{
    font-size: 14px;
    
}

.date .day{
    
    font-size: 25px;
}
.news-field{
    float: left;
    
    margin-left: 25px;
}

section{
    background: #fff;
    padding: 25px;
    margin-top: 25px;
}

.news-field .news-desc{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 785px;
    font-size: 13px;
    margin-top:5px;
    color:#888;
}

/*.page{*/
/*    width: 500px;*/
/*    margin: 0px auto;*/
/*    margin-top:25px;*/
/*    margin-bottom:35px;*/
/*}*/

/*.page-item.active .page-link{*/
/*    background: #47cdff;*/
/*    border: 1px solid #47cdff;*/
/*}*/
